Vcenter Vcha Cluster Ipv4Info
Vcenter Vcha Cluster Ipv4Info
The Vcenter Vcha Cluster Ipv4Info schema contains properties to describe IPV4 information of the configured network interface.
This schema was added in vSphere API 6.7.1.
JSON Example
{
"address": "string",
"subnet_mask": "string",
"prefix": 0
}
string
address
Required
IP address of the configured network interface.
This property was added in vSphere API 6.7.1.
string
subnet_mask
Required
The subnet mask of the interface.
This property was added in vSphere API 6.7.1.
integer As int64
As int64
prefix
Optional
The CIDR prefix of the interface.
This property was added in vSphere API 6.7.1.
If missing or null
, then the subnet mask is invalid.